@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: all 0.5s linear;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #121212;
    overflow-x: hidden;
    align-items: center;
}
:root{
    --prim:#0d2137;
    --sec: #ff8e2b;
    --bg:#2e77ae;
    --kl:#e0eaf5;
}

.header {
    background-color:#212121 ;
    color:var(--kl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 120px;
}

.social-icons a,
.contact-info a,
.language-switch a,
.my-algedra {
    color:var(--kl);
    text-decoration: none;
    margin: 0 10px;
    font-size: 13px;
}
.social-icons .active{
    color: #fff;
}

.social-icons a:hover,
.contact-info a:hover,
.language-switch a:hover,
.my-algedra:hover {
    color: var(--sec);
}

.social-icons i {
    font-size: 13px;
}

.contact-info {
    display: flex;
    gap: 10px;

}
.contact-info a{
    margin-top: 3px;
}
.contact-info i{
    padding-right: 5px;
}

.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-switch i {
    margin-right: 5px;
}

.my-algedra i {
    margin-right: 5px;
}
@media (max-width: 1024px) {
    .header {
        padding: 10px 60px;
    }
    .right-section {
        gap: 15px;
    }
    .social-icons .active{
        color: #fff;
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 30px;
    }
    .right-section {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .social-icons a,
    .contact-info a,
    .language-switch a,
    .my-algedra {
        font-size: 10px;
    }
    .social-icons .active{
        color: #fff;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 10px 15px;
    }
    .right-section {
        gap: 5px;
    }
    .social-icons a,
    .contact-info a,
    .language-switch a,
    .my-algedra {
        font-size: 7px;
        font-weight: 600;
        margin: 0 5px;
    }
    .social-icons .active{
        color: #fff;
    }
}
/*navbar*/
.logo img{
    width: 8rem;
    cursor: pointer;
    transition: 0.3s ease;
    padding-left: 50px;
}
.aboutbg{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(to left,#01022dac 20%,#00000088),url(../img/pexels-e-photography-1475938\ \(1\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   
}
.aboutbg:hover {
    background-image: linear-gradient(to left,#01022da7 20%,transparent),url(../img/pexels-e-photography-1475938\ \(1\).jpg);
}
.wave {
    position: absolute;
    bottom: -1px; 
    left: 0;
    width: 100vw; 
    height: auto;
    display: block;
    z-index: 2;
}
@media (max-width: 1024px) {
    .wave {
        bottom: -2px;
    }
}

@media (max-width: 768px) {
    .wave {
        bottom: -3px;
    }
}

@media (max-width: 480px) {
    .wave {
        bottom: -5px; 
    }
}
.navbar{
    display: flex;
    text-align: center;
    position:absolute;
    padding: 2% 3%;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.5s;
    z-index: 1;
    top: 0;
  }
  .navbar-items{
    flex: 1;
    text-align: right;
    margin-top: 12px;
  }
  .navbar-items ul{
    padding-right: 20px;
  }
  .navbar-items ul li{
    list-style: none;
    display: inline-block;
  }
  .navbar-items ul li a{
    color:var(--sec);
    padding: 0 16px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .navbar-items ul li a:hover{
    color:#212121;
  }
  .menu{
    display: none;
    cursor: pointer;
  }
  /*responsive*/
  @media only screen and (max-width: 887px) {
    .navbar-items{
        position: absolute;
        background-color:#f5f5f5;
        height: 100vh;
        width: 100%;
        right: 0;
        top: 0;
        text-align: left;
        z-index: 2;
        margin-top: 0;
        transition: all 1s ease-out;
    }
    .navbar-items ul li{
        display: block;
        padding: 16px 0;
        margin-left: 15px;
    }
    .navbar-items ul{
        padding-top: 48%;
        padding-right: 5px;
        text-align: center;
    }
    .navbar-items ul li a{
        color:var(--sec);
        padding: 0 18px;
        font-size: 22px;
    }
    .navbar-items ul li a:hover{
        color:#121212;
    }
    .menu{
        display: block;
        z-index: 3;
        position: absolute;
        color:var(--sec);
        right: 7%;
        top: 5px;
        font-size: 35px;
        padding-top: 30px;
    }
    .h-class{
        height: 100vh;
        opacity: 0;
    }
    .v-class{
        opacity: 0;
    }
    .A_box{
        width: 62%;
        top: 2rem;
    }
    .h-class {
        opacity: 0;
        transform: translateY(-20px); 
        transition: all 0.5s ease; 
        visibility: hidden;
    }
    
    .v-class {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.5s ease;
        visibility: hidden;
    }
    
    .h-class.active {
        opacity: 1;
        transform: translateY(0); 
        visibility: visible;
    }
    
    .v-class.active {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
  }

  /*icons*/
.icons-col{
    top: 200px;
    left: 0;
    width: 76px;
    position: fixed;
    z-index: 2;
}
.icons{
    display: flex;
    flex-direction: column;
    padding: 13% 16%;
    z-index: 1;
    position: absolute;
    background-color: #f5f5f5;
}
.icons i{
    font-size: 26px;
    padding: 20% 0;
    color: #212121;
}
.icons i:hover{
    cursor: pointer;
    transform: scale(1.3);
}
/*content*/
.content{
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    color: #fff;
}
.heading{
    font-size: 40px;
    font-family: Arial, sans-serif;
    text-align: center;
}
.heading span{
    color:#ff8e2b;
}
.para{
    font-size: 17px;
    font-weight: 500;
    padding: 16px 0;
    color:var(--kl);
    text-align: center;
}
/* Responsive Design */
@media (max-width: 1024px) {
    .content {
        width: 90%;
    }
    .heading {
        font-size: 35px;
    }
    .para {
        font-size: 14px;
    }
    .btn {
        font-size: 16px;
        padding: 12px 10px;
    }
}
@media (max-width: 768px) {
    .content {
        width: 70%;
    }
    .heading {
        font-size: 30px;
    }
    .para {
        font-size: 13px;
    }
    .btn {
        font-size: 15px;
        padding: 10px 8px;
    }
}
@media (max-width: 480px) {
    .content {
        width: 70%;
        padding: 0 10px; 
    }
    .heading {
        font-size: 24px;
    }
    .para {
        font-size: 12px;
    }
    .btn {
        font-size: 14px;
        padding: 8px 6px;
    }
}
#service-section{
    width: 100%;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#service-section h2 {
    color: var(--kl);
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    opacity: 0; 
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

#service-section h2::after {
    position: absolute;
    content: "";
    top: 30%;
    left: -30px;
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid var(--sec);
}
#service-section h2,
#service-section #paragrap {
    opacity: 0;
    transform: translateY(50px); 
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#service-section.show h2,
#service-section.show #paragrap {
    opacity: 1;
    transform: translateY(0);
}

#service-section h2::before {
    position: absolute;
    content: "";
    top: 30%;
    right: -30px;
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid var(--sec);
}

#service-section #paragrap {
    width: 60%;
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    opacity: 0; 
    transform: translateY(30px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
#service-section span {
    color: var(--sec);
}

#service-section.show h2,
#service-section.show #paragrap {
    opacity: 1;
    transform: translateY(0);
}
@media(max-width:1100px){
    #service-section h2{
        margin-top: 30px;
    } 
    #service-section #paragrap{
        width: 80%;
    }
}
@media(max-width:900px){
    body, html{
        overflow-x: hidden;
    }
}

.container1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px;
}
.container2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px;
}

.card{
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(65,63,63,0.5);
    overflow: hidden;
}
.card:hover .header2{
    transform: translateY(calc(-2 * 50px));
    transition: transform 0.5s ease-in-out;
}
.header2 {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer2::before {
    transition: inherit;
}
.header2,
.footer2 {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover .header2,
.card:hover .footer2 {
    transform: translateY(-60px);
}

.card:nth-child(1) .header2 img {
    border-radius: 0 0 50px 0;
}

.card:nth-child(2) .header2 img {
    border-radius: 0 0 50px 0;
}

.card:nth-child(3) .header2 img {
    border-radius: 0 0 50px 0;
}
.header2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.footer2{
    position: relative;
    align-items: center;
    height: 135px;
    padding: 20px;
    color: var(--kl);
    z-index: 1;
    transition: transform 0.5s ease-in-out;
    cursor: default;
    
}
.footer2 p{
    font-size: 0.9rem;
    display: -webkit-box;
    line-height: 1.15rem;
    line-clamp: 2;
    -webkit-line-clamp:2;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    text-align: center;
    color: rgba(255, 255, 255, 0.711);
}
.footer2 h1{
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
}
.card:nth-child(1) .footer2{
    background: #121212;
}
.card:nth-child(2) .footer2{
    background: #0d2137;
}
.card:nth-child(3) .footer2{
    background: #0d2137;
}
.card:hover .footer2{
    transform: translateY(calc(-2 * 50px));
    transition: transform 0.5s ease-in-out;
}
.footer2::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 150%;
    border-radius:50px 50px 0 0 0;
    z-index: -1;
}
.card:nth-child(1),
.card:nth-child(1) .footer2::before{
    background:#212121;
}
.card:nth-child(2),
.card:nth-child(2) .footer2::before{
    background:#212121;
}
.card:nth-child(3),
.card:nth-child(3) .footer2::before{
    background:#212121;
}
.footer2 span{
    color: var(--sec);
}
.card:hover .footer2 p{
    opacity: 1;
}
/* information_section */
.information_section {
    position:relative;
    width: 100%;
    height: 350px;
     padding-top: 30px;
    align-items: center;
    background-color:#121212;
    flex-direction: row;
    justify-content: center;
}
.content_section {
    position: absolute;
    height: auto;
    border-radius: 4px;
    right: 100px;
    left: 100px;
    background:#212121;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    row-gap: 1.1rem;
    padding: 30px 30px 30px 100px;
    box-shadow: 5px 5px 10px rgba(68, 27, 5, 0.12);
    border: 1px solid var(--sec);
    border-radius: 20px 20px 20px 20px;
}
.information_title {
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: var(--kl);
}
.information_sec {
    font-size: 0.93rem;
    line-height: 1.2rem;
    color: var(--kl);
}

.delivery {
    background: var(--kl);
}


.tag_section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color:var(--kl);
}

.tag_center {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    margin-bottom: 1rem;
}

.tag_title {
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--kl);
    letter-spacing: 0.1rem;
    margin-bottom: 0rem;
}

.tag_indicator {
    display: flex;
    align-items: center;
    gap: 0;
}

.line {
    width: 230px;
    height: 2px;
    background: var(--sec);
}

.circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sec);
    margin-left: -0.2rem;
    box-shadow: 0px 0px 8px #252015;
}
.btn.about_btn{
    text-decoration: none;
    color: var(--prim);
    padding: 15px 13px;
    font-size: 18px;
    background-color:var(--kl);
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    width: 300px;
    border-radius: 50px 50px 50px 50px;
}
.btn.about_btn:hover{
    color: #fff;
    background:#212121;
    transition: 1s;
}

/* تصميم متجاوب للأجهزة المختلفة */
@media (max-width: 1024px) {
    .content_section {
        width: 90%;
        padding: 25px;
        margin: 0 auto;
        left: 0;
        border-radius: 20px 20px 20px 20px;
    }
    .information_title {
        font-size: 1.7rem;
    }
    .tag_title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .content_section {
        width: 95%;
        padding: 20px;
        margin: 0 auto;
        left: 0;
        border-radius: 20px 20px 20px 20px;
    }
    .information_title {
        font-size: 1.5rem;
    }
    .tag_title {
        font-size: 1.3rem;
    }
    .btn.about_btn {
        width: 250px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .content_section {
        width: 100%;
        padding: 15px;
        border-radius: 0;
        margin: 0 auto;
        left: 10;

        border-radius: 20px 20px 20px 20px;
    }
    .information_title {
        font-size: 1.3rem;
    }
    .information_sec {
        font-size: 0.85rem;
        line-height: 1.1rem;
    }
    .btn.about_btn {
        width: 220px;
        font-size: 14px;
        padding: 12px;
    }
}







































footer{
    position: relative;
    width: 100%;
    background: #f5f5f5;
    min-height: 100px;
    padding:20px 50px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 150px;
  }
  .footer__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10rem;
  }
  
  .footer__section {
    flex: 1;
    min-width: 200px;
  }
  
  .footer__section h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #f68002;
    font-size: 1.5rem;
    font-weight: 900;
  }
  
  .footer__section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer__section ul li {
    margin-bottom: 5px;
  }
  
  .footer__section ul li a {
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.3s;
    background: transparent;
    color:#1e1e1e;
    font-weight: 600;
  }
  
  .footer__section ul li a:hover,
  .footer__section span {
    color: #f68002;
  }
  
  .footer__social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  
  .footer__social a {
    background-color: transparent;
    color: white;
    font-size: 1.2em;
    transition: color 0.3s;
  }
  
  .footer__social a:hover {
    color: #f68002;
  }
  
  .footer__bottom {
    text-align: center;
    border-top: 1px solid #1e1e1e;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 0.9em;
    width: 80%;
  }
  
  .footer__bottom p {
    margin: 5px 0;
    color:#1e1e1e;
  }
  .footer__bottom span {
    color: #f68002;
  }
  .separated__ul {
    display: flex;
    gap: 2rem;
  }
  .contact__ul {
    font-size: 0.9rem;
  }
  .footer__contact {
    width: 30rem;
  }
  #footer__section--logo {
    min-width: fit-content;
    max-width: 200px;
    display: flex;
    gap: 2rem;
  }
  #footer__section--logo p {
    max-width: 200px;
    color:#1e1e1e;
  }
  #footer__section--logo img {
    height: 10rem;
    width: 8rem;
    transition: 0.5s ease;
    filter: brightness(0.9);
  }
  #footer__section--logo img:hover,
  .navbar__logo img:hover {
    filter: brightness(1);
  }
  
  footer .wave{
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
    height: 100px;
    background:url(../img/wave.png);
    background-size: 1000px 100px;
  }
  
  #wave1{
    z-index: 1000;
    opacity:1;
    bottom: 0;
    animation: animationwave 4s linear infinite;
  }
  
  #wave2{
    z-index: 999;
    opacity:0.5;
    bottom: 10px;
    animation: animationwave_02 4s linear infinite;
  }
  
  #wave3{
    z-index: 1000;
    opacity:0.2;
    bottom: 15px;
    animation: animationwave 3s linear infinite;
  }
  
  #wave4{
    z-index: 999;
    opacity:0.7;
    bottom: 20px;
    animation: animationwave_02 3s linear infinite;
  }
  
  
  @keyframes animationwave{
    0%{
      background-position: 1000px;
    }
    100%{
      background-position: 0px;
    }
  }
  
  @keyframes animationwave_02{
    0%{
      background-position: 0px;
    }
    100%{
      background-position: 1000px;
    }
  }
  
  @media screen and (max-width:450px) {
    .footer__container {
      gap: 3rem;
      text-align: center;
    }
    body,html{
      overflow-x: hidden;
    }
  }
  /* تحسين استجابة الفوتر على الشاشات المختلفة */
  @media (max-width: 992px) {
    .footer__container {
      flex-direction: column;
      align-items: center;
      gap: 4rem;
      text-align: center;
    }
  
    .footer__section {
      width: 100%;
    }
  
    .footer__bottom {
      width: 90%;
    }
    footer .wave{
      top: -80px;
    }
  }
  
  @media (max-width: 768px) {
    footer {
      padding: 20px;
    }
  
    .footer__container {
      gap: 3rem;
    }
  
    .footer__bottom {
      font-size: 0.8em;
    }
  
    #footer__section--logo {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 1rem;
    }
  
    #footer__section--logo img {
      height: 8rem;
      width: 6rem;
    }
  
  }
  
  @media (max-width: 576px) {
    .footer__container {
      gap: 2rem;
    }
  
    .footer__section h4 {
      font-size: 1.3rem;
    }
  
    .footer__bottom {
      width: 100%;
    }
  
    .footer__social {
      justify-content: center;
    }
    .footer__section ul{
     justify-content: center;
    }
  }
  
  @media (max-width: 400px) {
    .footer__bottom {
      font-size: 0.75em;
    }
  
    .footer__section ul li a {
      font-size: 0.85em;
    }
  }





